runtime.gobuf.sp (field)
37 uses
runtime (current package)
cgocall.go#L346: sched.sp = *(*uintptr)(unsafe.Pointer(sched.sp + alignUp(sys.MinFrameSize, sys.StackAlign)))
heapdump.go#L347: sp = gp.sched.sp
mbitmap.go#L1475: for u.initAt(gp.m.curg.sched.pc, gp.m.curg.sched.sp, 0, gp.m.curg, 0); u.valid(); u.next() {
mgcmark.go#L764: sp = gp.sched.sp
panic.go#L1127: gp.sched.sp = sp
proc.go#L1588: gp.sched.sp = getcallersp()
proc.go#L2115: gp.sched.sp = gp.stack.hi
proc.go#L2116: gp.sched.sp -= 4 * goarch.PtrSize // extra space in case of reads slightly beyond frame
proc.go#L2120: gp.syscallsp = gp.sched.sp
proc.go#L2121: gp.stktopsp = gp.sched.sp
proc.go#L3945: gp.sched.sp = sp
proc.go#L4110: gp.syscallsp = gp.sched.sp
proc.go#L4114: sp2 := gp.sched.sp
proc.go#L4124: print("entersyscallblock inconsistent ", hex(sp), " ", hex(gp.sched.sp), " ", hex(gp.syscallsp), " [", hex(gp.stack.lo), ",", hex(gp.stack.hi), "]\n")
proc.go#L4528: newg.sched.sp = sp
runtime2.go#L336: sp uintptr
stack.go#L751: if oldfp == gp.sched.sp-goarch.PtrSize {
stack.go#L866: used := old.hi - gp.sched.sp
stack.go#L929: gp.sched.sp = new.hi - used
stack.go#L975: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
stack.go#L984: gp.syscallsp = morebuf.sp
stack.go#L993: " sp=", hex(gp.sched.sp), " stack=[", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n",
stack.go#L994: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L995: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L998: traceback(morebuf.pc, morebuf.sp, morebuf.lr, gp)
stack.go#L1005: thisg.m.morebuf.sp = 0
stack.go#L1038: sp := gp.sched.sp
stack.go#L1045: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L1046: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L1087: used := gp.stack.hi - gp.sched.sp
stack.go#L1210: if used := gp.stack.hi - gp.sched.sp + stackNosplit; used >= avail/4 {
sys_x86.go#L17: sp := buf.sp
sys_x86.go#L20: buf.sp = sp
traceback.go#L162: sp0 = gp.sched.sp
traceback.go#L305: frame.sp = gp.sched.sp
traceback.go#L323: frame.sp = gp.sched.sp
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |